Intrinsic Camera Calibration
Intrinsic Parameters
From the 3D coordinates in the camera frame to the 2D image plane via projection.
Ideal Perspective Projection
u=fxz
v=fyz
Real Intrinsic parameters
- "Pixels" are in some arbitrary spatial units, maybe pixels are note square u=αxzv=βyz
We don't know the origin of our camera pixel coordinates u=αxz+u0v=βyz+v0
Maybe skew between camera pixel axes v′sin(θ)=vu′=u−cos(θ)v′=u−cot(θ)v
Intrinsic Parameters, Homogeneous coords
→p′=K C→p
K=[fscx0afcy001]
→p′: Pixels, →p: Camera 3D coordinates
5 DOF
where
f - focal length, s - skew, a - aspect ratio, cx,cy - offset
If square pixels, no skew, and optical center is in the center
K=[f000f0001]
Only 1 DOF